You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
TVecInt Class
>
TVecInt Methods
>
Resize Method
>
TVecInt.Resize Method ([In] TVecInt, int, bool)
Dew Math for .NET
Example
TVecInt.Resize Method ([In] TVecInt, int, bool)
var a, b:
TVecInt
; begin CreateIt(a,b);
try
a.SetIt([1,2,3]); b.SetIt([9]); b.Resize(a,7,True);
// b=(9,1,2,3,4,0,0,0)
finally
FreeIt(a,b); end; end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home